home *** CD-ROM | disk | FTP | other *** search
- package java.util;
-
- class WeakHashMap$Values extends AbstractCollection<V> {
- // $FF: synthetic field
- final WeakHashMap this$0;
-
- private WeakHashMap$Values(WeakHashMap var1) {
- this.this$0 = var1;
- }
-
- public Iterator<V> iterator() {
- return new WeakHashMap.ValueIterator(this.this$0, (WeakHashMap.1)null);
- }
-
- public int size() {
- return this.this$0.size();
- }
-
- public boolean contains(Object var1) {
- return this.this$0.containsValue(var1);
- }
-
- public void clear() {
- this.this$0.clear();
- }
-
- // $FF: synthetic method
- WeakHashMap$Values(WeakHashMap var1, WeakHashMap.1 var2) {
- this(var1);
- }
- }
-